Lua/Client/Render/Functions/DrawText
From JC2-MP Documentation
2D
Returns | none |
---|---|
Prototype | Render:DrawText(Vector2 position, string text, Color color, number fontsize, number scale) |
Description | No description |
Returns | none |
---|---|
Prototype | Render:DrawText(Vector2 position, string text, Color color, number fontsize) |
Description | No description |
Returns | none |
---|---|
Prototype | Render:DrawText(Vector2 position, string text, Color color) |
Description | No description |
3D
Returns | none |
---|---|
Prototype | Render:DrawText(Vector3 position, string text, Color color, number fontsize, number scale) |
Description | No description |
Returns | none |
---|---|
Prototype | Render:DrawText(Vector3 position, string text, Color color, number fontsize) |
Description | No description |
Returns | none |
---|---|
Prototype | Render:DrawText(Vector3 position, string text, Color color) |
Description | No description |